Welcome![Sign In][Sign Up]
Location:
Search - ffmpeg window

Search list

[Multimedia Developffmpeg714

Description: windows下很好用codec编码转换工具,自行开发的。-windows under good use codec transcoding tools, self-developed.
Platform: | Size: 40912896 | Author: 陆红 | Hits:

[Streaming Mpeg4ffmpegTest

Description: ffmpeg是开源的流媒体编解码,这是ffmpeg在windows的版本,主要内容有1.ffmpeg2.0sdk(来自于www.chinavideo.org) 2.AVTest实例(自己改编ffmpeg源码out_example.c和apiexample.c) 这是学习ffmpeg API极好的途径,等学完这些就可以慢慢深入ffmpeg编解码部分了-ffmpeg is to increase revenue streaming media codecs, This is ffmpeg the windows version, The main points are that one. ffmpeg2.0sdk (from www.chinavideo.or g) 2.AVTest Example (ffmpeg own adaptation and a source out_example.c piexample.c) This is an excellent learning ffmpeg API ways The students can complete these in-depth slowly ffmpeg codecs part of the
Platform: | Size: 2285568 | Author: zgf | Hits:

[Compress-Decompress algrithmsffmpeg-20050624

Description: FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operating systems, including Windows.-Sorenson is a complete solution to record, convert and stream audio and video. It includes libavcodec. the leading audio/video codec library. Sorenson is developed under Linux. but it can compiled under most operating system s, including Windows.
Platform: | Size: 2068480 | Author: shirley | Hits:

[Multimedia Developffmpeg_win32

Description: ffplay在windows下的移植,使用的SDL库,可以播放H264和mp3-ffplay in the windows of transplantation, the use of the SDL library, can play H264 and mp3
Platform: | Size: 3579904 | Author: | Hits:

[mpeg mp3SDL-1.2.13

Description: 与FFMPEG配合的SDL运行环境。保护SDL.dll 用FFMPEG开发Player时可用到。-With FFmpeg with the SDL runtime environment. FFmpeg development with protection of SDL.dll available to Player.
Platform: | Size: 4283392 | Author: 钟惟渊 | Hits:

[Video CaptureVideoEXE

Description: 绝对好的视频USB抓取 同时多种市场主流的视频编码 包括微软 ffmpeg ffdshow Xvid mpeg-4 video5.1 intel IYUV indeo 3.2r/4.5 logitech I420 Cinpack codec 包括usb设备压缩编码 原图压缩后视频 双窗口对照-Good video USB capture the absolute mainstream of the market while a variety of video encoding, including Microsoft ffmpeg ffdshow Xvid mpeg-4 video5.1 intel IYUV indeo 3.2r/4.5 logitech I420 Cinpack codec usb devices, including original compressed video coding double-window control
Platform: | Size: 2542592 | Author: 小帅 | Hits:

[Video CaptureH263

Description: 基于VFW视频捕捉得到RGB24格式的视频,然后将该格式转为YUV格式,对YUV格式进行h.263编码,建立socket服务端和客户端,之间通过tcp协议进行传输,这里电脑是服务器端,window mobile手机是客户端,263文件从服务器端传送到客户端,传输完成后利用从ffmpeg移植到wm的h.263解码器进行解码,得到YUV格式的视频,再转为RGB24格式,就可以显示了。-VFW video capture video RGB24 format, then the format to YUV format, the YUV format for h.263 encoding, set up a socket server and client, between the tcp protocol for transmission, where the computer is a server-side window mobile phone client, 263 files from the server, the client sends to the client, the transfer is complete, the use of ported to wm h.263 decoder from ffmpeg to decode YUV format video, and then converted to RGB24 format, you can display a.
Platform: | Size: 8759296 | Author: 红枫 | Hits:

[File OperatevideoJoiner

Description: 使用ffmpeg库对视频文件进行合并。调用ffmpeg程序时不创建窗口。-Using ffmpeg library to merge the video file. Call the ffmpeg program does not create a window.
Platform: | Size: 8633344 | Author: 赵俊杰 | Hits:

[Multimedia DevelopFfmpegSdl2.0Demo_vs2005

Description: 使用FFMPEG库进行视频解码,然后在一个Static控件上使用SDL2.0进行视频显示,相比SDL1.0,2.0版本支持多窗口同时显示,性能也大幅提升。(demo中未处理音频帧)。本Demo优点:将视频解码和显示分别封装了两个类CFfmpegDecod和CSdlShow,便于学习和理解播放流程。适合学习者使用。-Using the FFMPEG library for video decoding, and then on a Static control on the use of SDL2.0 video display, compared to the SDL1.0,2.0 version supports multi window at the same time, performance is also greatly improved. (demo is not processed for audio frames). The Demo advantages: the video decoding and display are encapsulated in two classes CFfmpegDecod and CSdlShow, easy to learn and understand the playback process. Suitable for learners to use.
Platform: | Size: 13577216 | Author: chen | Hits:

[Multimedia Developffmpeg

Description: ffmpeg库window端裁剪版的DLL库,保留常用的几种编解码-ffmpeg library windows side cropped version of DLL libraries to retain several popular codecs
Platform: | Size: 1530880 | Author: 刘旋斌 | Hits:

[ADO-ODBCffmpeg-20160828-a37e6dd-win32-dev

Description: ffmpeg window下开发静态库,里面有说明文档跟相应的demo程序-Under ffmpeg window develop a static library, which has documentation with the appropriate demo program
Platform: | Size: 1758208 | Author: 巢时文 | Hits:

[Multimedia DevelopH264_ddraw

Description: 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通过,可直接使用. 视频播放是采用窗口式的基于DirectDraw方法, 基于DirectDraw的图像播放是Windows平台下很高效的方法,已经封装成CDirectDraw类, 可以很方便地直接应用到别的图像和视频处理工程中。 使用时打开h264文件或yuv文件(工程中有test.h264,encode.h264和FOREMAN_176x144_15.yuv三个测试文件), 单击[Play File]即可进行播放,播放的帧率可以更改定时器时间调整。 可以很方便的更改图像的宽度和高度以便播放不同分辨率的视频。(The H 264 decoded source code (c file) extracted from FFMPEG and debugged. Without using lib and DLL libraries compiled by FFMPEG, it can be debugged directly in VS2010 environment to track the details of the decompression process. It is very useful for students who want to learn and master the standard of H264 encoding and decoding. Read the files in H264 format and decompress and play them in real time. The decompressed image format is YUV, which is displayed frame by frame in the control of a dialog box. The program is compiled and linked under VS2010, and can be used directly. Video playback is based on the DirectDraw method of window type. Image playback based on DirectDraw is a very efficient method on Windows platform. It has been encapsulated into CDirectDraw class. It can be directly applied to other image and video processing projects.)
Platform: | Size: 4245504 | Author: 朝花夕拾1 | Hits:

CodeBus www.codebus.net